home *** CD-ROM | disk | FTP | other *** search
/ Monster Media 1994 #2 / Monster Media No. 2 (Monster Media)(1994).ISO / maximus / lastfive.zip / LASTFIVE.DOC < prev    next >
Text File  |  1994-05-13  |  5KB  |  121 lines

  1.                           Last Five Callers
  2.                    (c)opyright 1994 B&D Software
  3.  
  4.      LASTFIVE is not guaranteed in any way, shape, form or manner, expressed
  5.      or implied. It has been tested completely and works quite well on my
  6.      system. It should do the same on yours.
  7.  
  8.      It is NOT in the Public Domain. You may use it for as long as you want
  9.      provided it is not used on a commercial BBS. Keep with the Spirit of
  10.      Maximus-CBCS. Should you want to use it in a commercial environment
  11.      then I expect just compensation in the form of $10.00 US dollars.
  12.  
  13.      I may be contacted by modem at:
  14.  
  15.                            Grass Roots
  16.                           (205)352-3113
  17.                         FIDONet 1:3607/25
  18.  
  19.      or by mail at:
  20.  
  21.                         William (Bill) G. Hicks
  22.                         340 COunty Road 515
  23.                         Hanceville, AL, USA, 35077
  24.  
  25.      Last Five is a little add-on utility for Maximus-CBCS which reads
  26.      the LASTUSER.BBS file after each log off and updates a bulletin which
  27.      shows the last five callers to the BBS.
  28.  
  29. INCLUDED FILES:
  30. ~~~~~~~~~~~~~~~
  31.      DONOT.INC    - Text file of Users not to update
  32.      LASTFIVE.CFG - A sample configuration file
  33.      LASTFIVE.DOC - These illustrious docs
  34.      LASTFIVE.DAT - Last Five Caller Data File
  35.      LASTFIVE.EXE - LASTFIVE executable
  36.  
  37.  
  38. INSTALLATION:
  39. ~~~~~~~~~~~~~
  40.      The installation of LASTFIVE is quite simple. Just follow these brief
  41.      instructions and the instructions included in LASTFIVE.CFG. You should,
  42.      however, be familiar with certain DOS commands like PATH and MKDIR. You
  43.      should also have a working knowledge of how Maximus-CBCS displays its
  44.      screens and bulletins.
  45.  
  46.      First off be certain that the two utilities included in your Maximus-CBCS,
  47.      MECCA.EXE and ANSI2MEC.EXE are in your PATH. They are generally in your
  48.      Maximus directory. On Grass Roots that is C:\MAX. Check your PATH to be
  49.      certain by typing, at the DOS PROMPT "PATH" (without the quotation marks).
  50.  
  51.      Place these files in your Maximus-CBCS directory or change to that
  52.      directory in your RUNBBS.BAT (or whatever BATCH file actually runs
  53.      your BBS). Include these lines (or lines appropriate to your setup)
  54.      just after the point in the BATCH where the User exits the board and
  55.      before it returns to the FrontEnd (in my system it is at the end of
  56.      EXEBBS.BAT):
  57.  
  58.      CD \Max
  59.      LASTFIVE.EXE
  60.      DEL \LASTUS01.BBS
  61.  
  62.      You will also need to include similar lines in the LOCAL.BAT (or what-
  63.      ever it is that handles LOCAL log-ons) if you want local users to be
  64.      included in the Last Five Caller Bulletin.
  65.  
  66.      NOTE: Failure to delete the LASTUS01.BBS (or whatever you user file is)
  67.            will result in NO CARRIER callers updating the Bulletin with the
  68.            name of the last person who actually logged on!
  69.  
  70.      Next, include somewhere in your BULLETIN.MEC (or whatever file it is
  71.      which handles your log-on bulletins) a line which LINKS the created
  72.      LAST FIVE BULLETIN. On Grass Roots I have it like so:
  73.  
  74.      [link]MISC\LASTFIVE
  75.  
  76.      Because all my bulletins are in C:\MAX\MISC.
  77.  
  78.      Be certain to re-compile your BULLETIN.MEC with MECCA.EXE!
  79.  
  80.      Now you should be all set except for the LASTFIVE.CFG.
  81.  
  82. LASTFIVE.CFG:
  83. ~~~~~~~~~~~~~
  84. 6
  85. 10
  86. 14
  87. 11
  88. 13
  89. 12
  90. *-=> G r a s s   R o o t s <=-*
  91. C:\MAX\Lastus01.BBS
  92. C:\MAX\MISC\Lastfive
  93. ----------------------------------------------------------
  94.  
  95.      Only the Nine lines above the above line are actually needed. The
  96.      first six are the color codes for the bulletin as described below.
  97.      Line 7 is the Name of your BBS (or whatever else you want at the
  98.      top of the Bulletin). Be certain it does NOT exceed 40 characters!
  99.  
  100.      Line 8 is the DRIVE:\PATH\FILENAME of whatever user file you are
  101.      using. It could be LASTUS01.BBS, LASTUS02.BBS, LASTUSER.BBS, etc.
  102.      Be certain the entire path is included as illustrated.
  103.  
  104.      Line 9 is the DRIVE:\PATH\FILENAME of the Bulletin.
  105.      NOTE: Do NOT include the extension! LASTFIVE.EXE creates a
  106.            LASTFIVE.ANS and then uses ANSI2MEC.EXE and MECCA.EXE
  107.            to change it.
  108.  
  109. DONOT.INC
  110. ~~~~~~~~~
  111.      This is a simple ASCII file which should be in the same directory
  112.      with LASTFIVE.EXE, etc. Include in it any User Name you do not want
  113.      included in the Bulletin. You might log on as SYSOP, etc, to perform
  114.      on-board maintenance. This file will keep those log-ons from
  115.      being noted in the bulletin.
  116.  
  117. That about wraps it up. Contact me at the above number or address if you
  118. encounter a bug or a problem and I'll do what I can to figure it out.
  119.  
  120. William (Wild Bill) Hicks
  121.